home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / mainmenu.mmm / 00009_Script_9 < prev    next >
Text File  |  1995-03-01  |  1KB  |  44 lines

  1. on startMovie
  2.   set the volume of sound 1 to 255
  3.   resetVars()
  4. end startMovie
  5. ----------------------------------------------------------------
  6. on resetVars
  7.   global AVisited,BVisited,CVisited,DVisited
  8.   global EVisited,FVisited,GVisited,HVisited
  9.   global bathVisited, originated
  10.   global theFunds, moodRing, saveMood, saveFunds
  11.   global Drinks, thePart, currClue, returnScene, blindVersion, quizScore
  12.   global hintLock
  13.   
  14.   set blindVersion = "BlindDate1.3"
  15.   set thePart = 1
  16.   set currClue = 1
  17.   set Drinks = 0
  18.   set moodRing = 0
  19.   set theFunds = 100
  20.   set saveMood = 0
  21.   set saveFunds = 70
  22.   set returnScene = "s41"
  23.   set AVisited = 0
  24.   set BVisited = 0
  25.   set CVisited = 0
  26.   set DVisited = 0
  27.   set EVisited = 0
  28.   set FVisited = 0
  29.   set GVisited = 0
  30.   set HVisited = 0
  31.   set bathVisited = FALSE
  32.   set originated = "none"
  33.   set quizScore = 0
  34.   set hintLock = TRUE
  35. end
  36. ----------------------------------------------------------------
  37. on loopLastFrame
  38.   if not soundBusy(1) then 
  39.     sound playFile 1,"mommaLov.aif"
  40.   end if
  41.   go to frame the frame
  42. end loopLastFrame
  43. ----------------------------------------------------------------
  44.